home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 December
/
Designer's Club 1998 December.iso
/
pc
/
Idea Source
/
main.dir
/
00173_hand 2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-02
|
335 b
|
24 lines
on mouseEnter me
cursor(280)
end
on mouseLeave me
cursor(-1)
end
on mouseDown me
if not rollOver(50) then
if not rollOver(51) then
nothing()
end if
end if
if rollOver(50) then
puppetSound(2, "button")
cursor(-1)
end if
if rollOver(51) then
puppetSound(2, "button")
cursor(-1)
end if
end